home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4925 / 4925.xpi / components / AutopagerCOMP.idl < prev    next >
Text File  |  2010-02-08  |  543b  |  17 lines

  1. #include "nsISupports.idl"
  2. #include "nsIASN1Sequence.idl"
  3.  
  4. [scriptable, uuid(93AFF2EE-79AA-11DD-8660-026156D89593)]
  5. interface nsIAutopagerCOMP : nsISupports
  6. {
  7.   nsIMutableArray loadAll();
  8.   void setAll(in nsIMutableArray setting);
  9.   nsIMutableArray getUpdateSites();
  10.   void setUpdateSites(in nsIMutableArray sites);
  11.   nsIMutableArray getSiteConfirms();
  12.   void setSiteConfirms(in nsIMutableArray sites);
  13.   nsIMutableArray getDiscoveredUrls();
  14.   void setPublishingSite(in nsISupports site);
  15.   nsISupports getPublishingSite();
  16. };
  17.